Skip to content

TST: Disable testing that hangs Azure CI #45702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 30, 2022

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jan 29, 2022

  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them

Precursor to #45478

This PR doesn't necessarily guarantee that we won't see random Azure timeouts, but based on working on #45478, these were tests that noticeably caused the CI to hang

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jan 29, 2022
@@ -266,7 +266,8 @@ def file_leak_context():
ContextManager analogue to check_file_leaks.
"""
psutil = safe_import("psutil")
if not psutil:
if not psutil or is_platform_windows():
# Checking for file leaks can hang on Windows CI
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reference for this claim?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just anecdotally while investigating #45478.

I noticed disabling the analog check in the excel tests would no longer hang the build around the excel files

@mroeschke mroeschke changed the title TST: Disable functionality that hangs Azure CI TST: Disable testing that hangs Azure CI Jan 30, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jan 30, 2022
@jreback
Copy link
Contributor

jreback commented Jan 30, 2022

@mroeschke backport?

@mroeschke
Copy link
Member Author

@mroeschke backport?

Sure might be helpful for the 1.4.x branch as well.

@jreback jreback modified the milestones: 1.5, 1.4.1 Jan 30, 2022
@jreback jreback merged commit 12b9aa4 into pandas-dev:main Jan 30, 2022
@jreback
Copy link
Contributor

jreback commented Jan 30, 2022

@meeseeksdev backport 1.4.x

@lumberbot-app
Copy link

lumberbot-app bot commented Jan 30, 2022

Something went wrong ... Please have a look at my logs.

@mroeschke mroeschke deleted the tst/disables_hangs branch January 30, 2022 18:49
jreback pushed a commit that referenced this pull request Jan 30, 2022
phofl pushed a commit to phofl/pandas that referenced this pull request Feb 14, 2022
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants